home *** CD-ROM | disk | FTP | other *** search
/ MPEG Archives / MPEG Archives.iso / mpeg / files / p16.dpr < prev    next >
Text File  |  1996-12-28  |  152b  |  13 lines

  1. program P16;
  2.  
  3. uses
  4.   Forms,
  5.   U16 in 'U16.PAS' {Form1};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.CreateForm(TForm1, Form1);
  11.   Application.Run;
  12. end.
  13.